projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56f03b6
)
(ctext-non-standard-encodings-alist): Fix coding systems.
author
Kenichi Handa
<handa@m17n.org>
Fri, 14 Nov 2003 02:39:35 +0000
(
02:39
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 14 Nov 2003 02:39:35 +0000
(
02:39
+0000)
lisp/international/mule.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule.el
b/lisp/international/mule.el
index b86b3bac1fb82df6f16d627a1abbb367f541b17c..2c7160b381be9bd2b07d816c136a5e1915bd2604 100644
(file)
--- a/
lisp/international/mule.el
+++ b/
lisp/international/mule.el
@@
-1330,8
+1330,8
@@
ARG is a list of coding categories ordered by priority."
;;; X selections
(defvar ctext-non-standard-encodings-alist
- '(("ISO8859-15" .
latin-iso
8859-15)
- ("ISO8859-14" .
latin-iso
8859-14)
+ '(("ISO8859-15" .
iso-
8859-15)
+ ("ISO8859-14" .
iso-
8859-14)
("KOI8-R" . koi8-r)
("BIG5-0" . big5))
"Alist of non-standard encoding names vs Emacs coding systems.